ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ChartSeriesBaseTagHelper<T,TControl> Class
Properties Methods


In This Topic
    ChartSeriesBaseTagHelper<T,TControl> Class Members
    In This Topic

    The following tables list the members exposed by ChartSeriesBaseTagHelper<T,TControl>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AxisX. Sets the x-axis for the series.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.AxisY. Sets the y-axis for the series.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Binding. Sets the name of the property that contains Y values for the series.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.BindingX. Sets the name of the property that contains X values for the series.  
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.CssClass. Sets the series CSS class.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.InterpolateNulls. Sets a value that determines whether to interpolate null values in the data.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.ItemFormatter. Sets the itemFormatter client-side function name for specific series  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Name. Sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendered client event. Occurs when series is rendered.  
    Public PropertyConfigurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendering client event. Occurs when series is rendering.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Style. Sets the series style.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolMarker. Sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolStyle. Sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.TooltipContent. Sets or Gets the tooltip content for specific chart series  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public PropertyConfigurates C1.Web.Mvc.ChartSeriesBase<T>.Visibility. Sets an enumerated value indicating whether and where the series appears.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodOverridden.   
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    See Also